home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / fstab / helpf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-05  |  165 b   |  10 lines

  1. #include "../misc/misc.h"
  2. #include "fstab.h"
  3. #include "../paths.h"
  4.  
  5. PUBLIC FSTAB_HELP_FILE::FSTAB_HELP_FILE (const char *fname)
  6.     : HELP_FILE (HELP_FSTAB,fname)
  7. {
  8. }
  9.  
  10.